home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
AudioApps
/
StartupSound
/
StartupSoundApp.h
< prev
next >
Wrap
Text File
|
1992-12-20
|
177b
|
15 lines
/* Generated by Interface Builder */
#import <appkit/Application.h>
@interface StartupSoundApp:Application
{
id theSound;
}
- appDidInit:sender;
- didPlay:sender;
@end